home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-12 / vds210t.zip / REMVDS.BAT < prev    next >
DOS Batch File  |  1992-06-13  |  104b  |  7 lines

  1. @echo off
  2. c:
  3. echo Y | del c:\vds210\*.* > nul
  4. cd \
  5. rd c:\vds210
  6. echo VDS 2.10 is now uninstalled.
  7.